home *** CD-ROM | disk | FTP | other *** search
- global gmasterfolderpath, gFileName, theQTMovie, gIntroMovieRect, gIntroMovieFlag, onIBM, gSoundLevel, gIntroText2, theBlitPict, gIntroPictRect
-
- on enterFrame
- if gIntroPictRect <> EMPTY then
- set pictfilepath to gmasterfolderpath & getProp(gFileName, #INTROP)
- blitPictDrawFile(theBlitPict, pictfilepath, gIntroPictRect, "copy", 0, 0)
- end if
- if gIntroMovieRect <> EMPTY then
- set gIntroMovieFlag to 1
- QTOpenMovie(theQTMovie, gmasterfolderpath & getProp(gFileName, #INTROM), gIntroMovieRect)
- if the movieid of theQTMovie contains "Error" then
- exit
- end if
- setSoundLevel()
- QTSetCurrTime(theQTMovie, 0)
- else
- set the text of cast 37 to gIntroText2
- go("introPause")
- end if
- watchoff()
- end
-
- on exitFrame
- set the text of cast 37 to gIntroText2
- end
-